Skip to content

Fix taxonomy pagination limit - addresses #124#125

Merged
ryanwelcher merged 1 commit intoryanwelcher:trunkfrom
NickOrtiz:feature/increase-taxonomy-pagination
Jul 9, 2025
Merged

Fix taxonomy pagination limit - addresses #124#125
ryanwelcher merged 1 commit intoryanwelcher:trunkfrom
NickOrtiz:feature/increase-taxonomy-pagination

Conversation

@NickOrtiz
Copy link
Copy Markdown

Fixes #124

This PR addresses the taxonomy pagination limit issue by increasing the default pagination from 10 to 50 taxonomies in the Taxonomy Query Control component.

Changes Made

  • Modified src/components/taxonomy-query-control.js line 38-46
  • Increased per_page parameter from default (10) to 50
  • This allows access to custom taxonomies that appear beyond the first 10 results

Testing

  • Tested on a site with custom taxonomies
  • These taxonomies were not visible in the AQL interface before the change
  • After increasing the pagination limit to 50, both taxonomies became available

Copy link
Copy Markdown
Owner

@ryanwelcher ryanwelcher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great addition. Thanks for taking the time to put it together.

@ryanwelcher ryanwelcher added the bug Something isn't working label Jul 8, 2025
@ryanwelcher ryanwelcher added this to the 4.2.0 milestone Jul 8, 2025
@NickOrtiz
Copy link
Copy Markdown
Author

Thanks @ryanwelcher !

@ryanwelcher ryanwelcher merged commit 85f25a6 into ryanwelcher:trunk Jul 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Taxonomy Query Builder - Increase default pagination limit

2 participants